@import url(base.css);


/* Estilo do Topo do Site */
section.form {
   padding: 70px 4%;
   background-color: #e6f0eb;
   padding: 50px 50px;
   border-radius: 20px;
   height: 600px;
   margin-left: 450px;
   margin-right: 450px;
}

form {
   max-width: 600px;
   margin: 0 auto;
   display: flex;
   justify-content: center;
   flex-direction: column;
   gap: 10px;
   margin-top: 40px;
}

form input,
form textarea {
   width: 100%;
   background-color: #fff;
   border: 0;
   outline: 0;
   padding: 20px 15px;
   border-radius: 15px;
   color: #000000;
   font-size: 18px;
   box-shadow: 2px 2px 2px black;
   display: block;
}

form textarea {
   resize: none;
}

.btn-enviar {
   margin-top: 20px;
   text-align: center;
}

.btn-enviar input[type=submit] {
   width: 100px;
   background-color: #2b8b5d;
   color: #fff;
   cursor: pointer;
}


button{
   border: none;
   transition: .3s;
}

button :hover{
   border: none;
   box-shadow: 0px 0px 5px #fff;
   transform: scale(1.1);
}

section .topoSite {
   padding: 80px 4%;
}


section.topoSite .flex {
   align-items: center;
   justify-content: center;
   gap: 40px;
}


.topoSite h1 {
   font-size: 40px;
   color: rgb(0, 0, 0);
   padding-top: 90px;
}

.topoSite .txt-topo p {
   color: rgb(0, 0, 0);
   margin: 20px 0px;

}

main {
   padding: 100px 0px;
}

.mapBox {
   width: 1000px;
   height: auto;
   background: #fff;
   display: flex;
   justify-content: center;

}

.mapa {
   border: #ffffff solid 1px;
   display: flex;
   justify-content: center;
}

iframe {
   width: 1000px;
   height: 500px;
}

.titulo {
   font-size: 30px;
   text-align: center;
}